Cocktail Help Reference
DialogUICommand<T> Class Members
See Also  Properties  Methods  Events Send Feedback
Cocktail Assembly > Cocktail Namespace : DialogUICommand<T> Class


Glossary Item Box

The following tables list the members exposed by DialogUICommand<T>.

Public Constructors

 NameDescription
Public ConstructorDialogUICommand<T> ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyDialogResultThe dialog result associated with this command.  
Public PropertyEnabledEnables or disables the UI command. (Inherited from Cocktail.UICommand)
Public PropertyIsCancelCommandSpecifies whether this command is used to cancel an operation. (Inherited from Cocktail.UICommand)
Public PropertyIsDefaultCommandSpecifies whether this command is the default command. (Inherited from Cocktail.UICommand)
Public PropertyLabelGets or sets the optional label of the UI command. (Inherited from Cocktail.UICommand)
Public PropertyWasCancelledReturns true if the command invocation was cancelled. (Inherited from Cocktail.UICommand)
Top

Public Methods

 NameDescription
Public MethodDisposeOverridden. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
Top

Protected Methods

 NameDescription
Protected MethodOnInvokedTriggers the Invoked event.  
Protected MethodOnPropertyChangedTriggers the UICommand.PropertyChanged event. (Inherited from Cocktail.UICommand)
Top

Public Events

 NameDescription
Public EventInvokedEvent triggerd when the UI command is being invoked.  
Public EventPropertyChangedOccurs when a property value changes. (Inherited from Cocktail.UICommand)
Top

See Also

© 2013 All Rights Reserved.